home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / pisces / byacc / Imakefile < prev    next >
Encoding:
Makefile  |  1991-09-04  |  1.2 KB  |  40 lines

  1. /*****************************************************************************
  2. //
  3. // Copyright (C) 1991 Texas Instruments Incorporated.
  4. //
  5. // Permission is granted to any individual or institution to use, copy, modify,
  6. // and distribute this software, provided that this complete copyright and
  7. // permission notice is maintained, intact, in all copies and supporting
  8. // documentation.
  9. //
  10. // Texas Instruments Incorporated provides this software "as is" without
  11. // express or implied warranty.
  12. //
  13.  *****************************************************************************
  14.  *
  15.  *    Author: Martin Neath
  16.  *    Filename: Imakefile
  17.  *    Module: pisces/byacc
  18.  *    Purpose: Imake file for byacc
  19.  *    Creation Date: 05/11/90
  20.  *
  21.  *****************************************************************************/
  22.  
  23. LINKDEP =
  24. ALLCPLUSDEFS = 
  25.  
  26. HDRS = defs.h
  27.  
  28. SRCS = closure.$(C) error.$(C) lalr.$(C) lr0.$(C) main.$(C) \
  29.     mkpar.$(C) output.$(C) reader.$(C) skeleton.$(C) \
  30.     symtab.$(C) verbose.$(C) warshall.$(C)
  31.  
  32. OBJS = closure.$(OBJ) error.$(OBJ) lalr.$(OBJ) lr0.$(OBJ) main.$(OBJ) \
  33.     mkpar.$(OBJ) output.$(OBJ) reader.$(OBJ) skeleton.$(OBJ) \
  34.     symtab.$(OBJ) verbose.$(OBJ) warshall.$(OBJ)
  35.  
  36. All(byacc)
  37. OptimizeCObject()
  38. CProgram(byacc)
  39. AllInstall()
  40.